home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / LGRIND / !LGrind / !Help < prev    next >
Text File  |  1998-06-15  |  2KB  |  69 lines

  1.  
  2.    LGrind --- a source code pretty-printer for LaTeX.
  3.    
  4.    Written by many people.
  5.    Ported to RISC OS by Jakob Stoklund Olesen. 11. Jun 1998
  6.    Thanks to Richard Atterer for designing the icon.
  7.  
  8.    LGrind will convert convert source code into a LaTeX2e file for
  9.    typesetting. It can produce files which can be run through LaTeX by
  10.    themselves or files for inclusion in other LaTeX documents. LGrind knows
  11.    about lots of languages C, C++, Java, LaTeX, Pascal, Perl, PostScript
  12.    any many more. See the file lgrindef for a complete list.
  13.    
  14.    You should move the file lgrind/sty to a directory searched by TeX.
  15.    texmf:tex.latex.misc would be a good place. Run the file
  16.    !LGrind.doc.lgrind.dtx through LaTeX to get the typeset documentation.
  17.    
  18.    
  19.    The Wimp Frontend.
  20.    
  21.    You will need Acorn's DDE modules to use the Wimp frontend. Lgrind has
  22.    three modes of operation which you can select in the dialog box:
  23.    
  24.    Stand-alone:
  25.       This produces a document which can be run through LaTeX by itself.
  26.    
  27.    To be included:
  28.       This produces a LaTeX file which can be included in other LaTeX
  29.       documents with the macros \lagrind{} and \lgrindfile{}.
  30.    
  31.    Process embedded text:
  32.       Processes a LaTeX which has special embedded LGrind commands and
  33.       produces a file which can be typeset.
  34.    
  35.    The `No boldface' option prevents LGrind from using boldface for
  36.    keywords.
  37.    
  38.    The dialog box menu. If you click menu over the dialog box you are
  39.    presented with the following options:
  40.    
  41.    Command line:
  42.       View and alter the command line use to invoke LGrind.
  43.    
  44.    Language:
  45.       Specify the programming language used. If you don't do this, LGrind
  46.       will guess the language used from the filename. It recognises both
  47.       foobar/c and c.foobar naming styles.
  48.    
  49.    Tab width:
  50.       Specify the width of tab stops in the input file. Default is 8.
  51.    
  52.    Ignore @ in LaTeX:
  53.       When processing a LaTeX file for embedded text ignore @...@
  54.       constructs.
  55.  
  56.    Ignore @ in comments:
  57.       Dont treat @...@ in comments as code.
  58.    
  59.    Language file:
  60.       Use another language definition file than the default
  61.       !LGrind.lgrindef.
  62.    
  63.    
  64.    If you find any bugs in this program, please report them to me.
  65.    
  66.    Jakob Stoklund Olesen
  67.    <stoklund@mi.aau.dk>
  68.  
  69.